NUTCH-3167 Upgrade to Hadoop 3.5.0#911
Open
lewismc wants to merge 7 commits intoapache:masterfrom
Open
Conversation
Member
Author
|
Nutch-Smoke-Test-Single-Node-Hadoop-Cluster build # 50 result. May have a classpath issue for JEXL which we need to address. I'll investigate. |
Member
Author
|
The junit-report and sonarcloud downstream/dependent GitHub CI workflows fail due to restrictions imposes by ASF Infra. Although they as somewhat tangential, I will update this PR with the fixes so we have full visibility into the CI checks. These checks will fail until we merge this branch into |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR for NUTCH-3167
hadoop.versionproperty (used inivy/ivy.xmland Hadoop Javadoc links)javac.version=17indefault.properties)build.xmlcomments are updated to match that strategy.master-build.ymlis aligned with the new baseline:junit-report.ymlandsonarcloud.yml(artifact paths / naming consistent with the build job).mapredtypes tomapreducewhere appropriateSegmentReadersequence-file accessFetcherOutputFormatexception typingfindCounterin crawl test helpersReducerContextWrapperis refactored to use a Mockito mock ofReducer.Contextinstead of an anonymous subclass that forced overrides of deprecatedJobContextmethods (large net deletion in that test utility)ivy/mvn.templateis updated for compiler 17 in line with the new defaultivy.xmlupdated from tabs to spaces and spaces removed from end of lines to comply with Yetus checksOnce GitHub CI passes I'll trigger the Nutch-Smoke-Test-Single-Node-Hadoop-Cluster.